3.28 \(\int F^{a+b x} \, dx\)

Optimal. Leaf size=15 \[ \frac {F^{a+b x}}{b \log (F)} \]

[Out]

F^(b*x+a)/b/ln(F)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2194} \[ \frac {F^{a+b x}}{b \log (F)} \]

Antiderivative was successfully verified.

[In]

Int[F^(a + b*x),x]

[Out]

F^(a + b*x)/(b*Log[F])

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {align*} \int F^{a+b x} \, dx &=\frac {F^{a+b x}}{b \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \[ \frac {F^{a+b x}}{b \log (F)} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(a + b*x),x]

[Out]

F^(a + b*x)/(b*Log[F])

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 15, normalized size = 1.00 \[ \frac {F^{b x + a}}{b \log \relax (F)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="fricas")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

giac [A]  time = 0.26, size = 15, normalized size = 1.00 \[ \frac {F^{b x + a}}{b \log \relax (F)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="giac")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 16, normalized size = 1.07 \[ \frac {F^{b x +a}}{b \ln \relax (F )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(b*x+a),x)

[Out]

F^(b*x+a)/b/ln(F)

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 15, normalized size = 1.00 \[ \frac {F^{b x + a}}{b \log \relax (F)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(b*x+a),x, algorithm="maxima")

[Out]

F^(b*x + a)/(b*log(F))

________________________________________________________________________________________

mupad [B]  time = 3.44, size = 15, normalized size = 1.00 \[ \frac {F^{a+b\,x}}{b\,\ln \relax (F)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(a + b*x),x)

[Out]

F^(a + b*x)/(b*log(F))

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 15, normalized size = 1.00 \[ \begin {cases} \frac {F^{a + b x}}{b \log {\relax (F )}} & \text {for}\: b \log {\relax (F )} \neq 0 \\x & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(b*x+a),x)

[Out]

Piecewise((F**(a + b*x)/(b*log(F)), Ne(b*log(F), 0)), (x, True))

________________________________________________________________________________________